home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / nameless.swf / scripts / DefineSprite_3808 / frame_2 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  283 b   |  14 lines

  1. _root.camshake.gotoAndPlay(2);
  2. onEnterFrame = function()
  3. {
  4.    if(_root.cm.hitTest(this) && _root.cm.hit == false && nhit == false)
  5.    {
  6.       if(_root.cm.invis <= 0)
  7.       {
  8.          _root.health -= 6;
  9.          _root.cm.hit = true;
  10.          nhit = true;
  11.       }
  12.    }
  13. };
  14.